home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2002-04-04  |  2.7 KB  |  124 lines

  1. object Form2: TForm2
  2.   Left = 166
  3.   Top = 226
  4.   Width = 640
  5.   Height = 428
  6.   Caption = 'GenDesigner Help'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 368
  22.     Width = 632
  23.     Height = 33
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Panel2: TPanel
  28.       Left = 549
  29.       Top = 0
  30.       Width = 83
  31.       Height = 33
  32.       Align = alRight
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       object Button1: TButton
  36.         Left = 0
  37.         Top = 5
  38.         Width = 75
  39.         Height = 25
  40.         Caption = 'Close'
  41.         TabOrder = 0
  42.         OnClick = Button1Click
  43.       end
  44.     end
  45.   end
  46.   object PageControl1: TPageControl
  47.     Left = 0
  48.     Top = 0
  49.     Width = 632
  50.     Height = 368
  51.     ActivePage = TabSheet1
  52.     Align = alClient
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     HotTrack = True
  59.     MultiLine = True
  60.     ParentFont = False
  61.     TabOrder = 1
  62.     object TabSheet1: TTabSheet
  63.       Caption = 'GenDesigner Features'
  64.       object Memo1: TMemo
  65.         Left = 0
  66.         Top = 0
  67.         Width = 624
  68.         Height = 340
  69.         Align = alClient
  70.         Font.Charset = ANSI_CHARSET
  71.         Font.Color = clWindowText
  72.         Font.Height = -11
  73.         Font.Name = 'Courier New'
  74.         Font.Style = []
  75.         ParentFont = False
  76.         ReadOnly = True
  77.         ScrollBars = ssBoth
  78.         TabOrder = 0
  79.         WordWrap = False
  80.       end
  81.     end
  82.     object TabSheet2: TTabSheet
  83.       Caption = 'Frequently Asked Questions'
  84.       object Memo2: TMemo
  85.         Left = 0
  86.         Top = 0
  87.         Width = 624
  88.         Height = 382
  89.         Align = alClient
  90.         Font.Charset = ANSI_CHARSET
  91.         Font.Color = clWindowText
  92.         Font.Height = -11
  93.         Font.Name = 'Courier New'
  94.         Font.Style = []
  95.         ParentFont = False
  96.         ReadOnly = True
  97.         ScrollBars = ssBoth
  98.         TabOrder = 0
  99.         WordWrap = False
  100.       end
  101.     end
  102.     object TabSheet3: TTabSheet
  103.       Caption = 'Tips && Tricks'
  104.       object Memo3: TMemo
  105.         Left = 0
  106.         Top = 0
  107.         Width = 624
  108.         Height = 382
  109.         Align = alClient
  110.         Font.Charset = ANSI_CHARSET
  111.         Font.Color = clWindowText
  112.         Font.Height = -11
  113.         Font.Name = 'Courier New'
  114.         Font.Style = []
  115.         ParentFont = False
  116.         ReadOnly = True
  117.         ScrollBars = ssBoth
  118.         TabOrder = 0
  119.         WordWrap = False
  120.       end
  121.     end
  122.   end
  123. end
  124.